iT邦幫忙

2022 iThome 鐵人賽

DAY 26
0
Mobile Development

大家的心聲手機查系列 第 26

NN分析方法熱身

  • 分享至 

  • xImage
  •  

一、必要套件
- from tensorflow.examples.tutorials.mnist import input_data
- import tensorflow as tf

二、載入資料
- input_data.read_data_sets() : MNIST_data

三、準備tf session
- tf.InteractiveSession()

四、預備資料
- x
- y
- W (weight)
- b (bias)
- sess.run(tf.initialize_all_variables())

五、預測目標及損失函式
- tf.nn.softmax()
- tf.reduce_mean() : cross_entropy

六、訓練及驗證

七、多層NN
- conv
- pool
- conv
- poon
...
- dropout
- softmax

ref: https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow/+/r0.10/tensorflow/g3doc/tutorials/mnist/pros/index.md


上一篇
Decision Tree 的基本分析流程
下一篇
一些額外資訊
系列文
大家的心聲手機查30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言